home *** CD-ROM | disk | FTP | other *** search
/ Tripas 5 / TRIPAS 005.iso / Wos.EXE / 2015 / models / fdancer_camodress.def < prev    next >
Encoding:
Text File  |  1999-02-24  |  3.3 KB  |  129 lines

  1. SDEF
  2. // Female dancer for dancing in nightclub and adding babage to 
  3. // casino.
  4. //
  5. // Author: Boon
  6. //
  7.  
  8. // SINED SECTION
  9. //
  10. /*SINED Innocent_FDancer_CamoDress (1 .5 0) (0 0 0) (0 0 0)
  11. Female Dancer in a dress which looks suspiciously like it is made of 
  12. the skin of a reptile
  13. */
  14.  
  15. // --------------------------------------------------------------------------
  16. // FILE DECLARATIONS
  17. //
  18. // Model Commands
  19. path models/jessica
  20.  
  21. scale 1.3
  22.  
  23. // Base Model
  24. jessica_base.sbm
  25.  
  26. // Skins
  27. //normal    fdancer_03a.tga    //Red crop top
  28. //normal    fdancer_03ab.tga    //Blue crop top with purple spots
  29. //normal    fdancer_03ac.tga    //Green and purple swirly crop top
  30. //normal    fdancer_03ad.tga    //Blue and pink swirly crop top
  31. //normal    fdancer_03ae.tga    //Purple and red swirly crop top
  32. //normal    fdancer_03b.tga    //Purple dress
  33. normal    fdancer_03c.tga    //Green and blue crocodile skin sort of dress
  34. //normal    fdancer_03d.tga    //Blue dress with green spots
  35. //normal    fdancer_03e.tga    //Purple and orange swirly dress
  36. //normal    fdancer_03f.tga    //Green and pink splotchy dress
  37. //normal    fdancer_03g.tga    //Blue and purple splotchy dress
  38. //normal    fdancer_03h.tga    //Blue and yellow stripey dress
  39. //normal    fdancer_03i.tga    //Black, with pink and yellow dress
  40. //normal    fdancer_03j.tga    //with blue and purple dress
  41. //normal    fdancer_03k.tga    //with green and yellow dress
  42.  
  43. //damage    fdancer_damage_03a.tga
  44. //damage    fdancer_damage_03ab.tga
  45. //damage    fdancer_damage_03ac.tga
  46. //damage    fdancer_damage_03ad.tga
  47. //damage    fdancer_damage_03ae.tga
  48. //damage    fdancer_damage_03b.tga
  49. damage    fdancer_damage_03c.tga
  50. //damage    fdancer_damage_03d.tga
  51. //damage    fdancer_damage_03e.tga
  52. //damage    fdancer_damage_03f.tga
  53. //damage    fdancer_damage_03g.tga
  54. //damage    fdancer_damage_03h.tga
  55. //damage    fdancer_damage_03i.tga
  56. //damage    fdancer_damage_03j.tga
  57. //damage    fdancer_damage_03k.tga
  58.  
  59. // Normal Animations
  60. idle1        twostep_a.sam //girls only
  61. twitch1    twostep_b.sam
  62. idle2        twostep_c.sam
  63. walk        walk.sam
  64. death        death.sam
  65. run1        flee_a.sam
  66. //run2        flee_b.sam
  67. //run3        flee_c.sam
  68. //run4        flee_d.sam
  69. pain        cower.sam
  70.  
  71. // Optional Animations
  72. scream.sam
  73. cower.sam
  74. dance4    twostep_d.sam //boys only
  75.  
  76. // Scripted Animations
  77. chair_a.sam
  78. chair_b.sam
  79. chair_c.sam
  80.  
  81. // Id And Group Definitions
  82. id 10 group head flesh
  83. group head damage 2.0
  84. id 20 group torso_front flesh
  85. id 100 group torso_front flesh
  86. group torso_front damage 1.2
  87. id 22 group torso_back flesh
  88. id 101 group torso_back flesh
  89. group torso_back damage 1
  90. id 30 group leg_left flesh
  91. group leg_left damage 0.4
  92. id 40 group leg_right flesh
  93. group leg_right damage 0.4
  94. id 50 group arm_left flesh
  95. group arm_left damage 0.7
  96. id 60 group arm_right  flesh
  97. group arm_right damage 1
  98.  
  99.  
  100. // -----------------------------------------------------------------------------
  101. // INITIALIZATION SECTION
  102. //
  103. !init:
  104. //
  105. // SERVER Initialization Commands
  106. //
  107. // Class Setup
  108. server classname actor
  109. server script global/neutral.scr
  110. server setsize "-16 -16 0" "16 16 80"
  111. server crouchsize "-16 -16 0" "16 16 64"
  112. server health 30
  113. server painthreshold 1
  114.  
  115. // Sound Aliases
  116.  
  117. //
  118. // CLIENT Initialization Commands
  119. //
  120. // Sound Aliases
  121.  
  122. // -----------------------------------------------------------------------------
  123. // MAIN SECTION
  124. //
  125. !main:
  126.  
  127. // Special Commands
  128. server crouch_down last nextanim crouch_idle
  129.